home *** CD-ROM | disk | FTP | other *** search
/ Cinema Studio: Frank Herrmann / Cinema Studio - Frank Herrmann.iso / tools / pbm / manuals / ppmgrad.man < prev    next >
Text File  |  1995-01-23  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.      ppmgrad(1)            AMIGA (5 April 1994)             ppmgrad(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           ppmgrad - blends one or more colors along a vertical scale.
  10.  
  11.      SYNOPSIS
  12.           ppmgrad [-sin] width height color1 ... [color10]
  13.  
  14.      DESCRIPTION
  15.           Produces a portable pixmap of the specified width, height,
  16.           with a gradient blending one color into the next.  A maximum
  17.           of ten colors can be specified.  By default, blending is
  18.           done along a linear ramp.  The -sin option blends colors
  19.           along a sinusoidal ramp.
  20.  
  21.           The colors can be specified in five ways:
  22.  
  23.           o    A name, assuming that a pointer to an X11-style color
  24.                names file was compiled in.
  25.  
  26.           o    An X11-style hexadecimal specifier: rgb:r/g/b, where r
  27.                g and b are each 1- to 4-digit hexadecimal numbers.
  28.  
  29.           o    An X11-style decimal specifier: rgbi:r/g/b, where r g
  30.                and b are floating point numbers between 0 and 1.
  31.  
  32.           o    For backwards compatibility, an old-X11-style
  33.                hexadecimal number: #rgb, #rrggbb, #rrrgggbbb, or
  34.                #rrrrggggbbbb.
  35.  
  36.           o    For backwards compatibility, a triplet of numbers
  37.                separated by commas: r,g,b, where r g and b are
  38.                floating point numbers between 0 and 1.  (This style
  39.                was added before MIT came up with the similar rgbi
  40.                style.)
  41.  
  42.      SEE ALSO
  43.           ppm(5), ppmmake(1)
  44.  
  45.      AUTHOR
  46.           Copyright (C) 1994 by Gerald Combs.
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 1/23/95)
  64.  
  65.  
  66.  
  67.